home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WarriorsProgress.sit / Warrior’s Progress / source code / Source / CWPMenus.h < prev    next >
Text File  |  1997-06-28  |  109b  |  13 lines

  1. // CWPMenus.h
  2.  
  3. #ifndef CWPMenus_h
  4. #define CWPMenus_h
  5.  
  6. class CWPMenus
  7.   {
  8.     public:
  9.         CWPMenus();
  10.   };
  11.  
  12. #endif
  13.